home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / mhs_mail / qmail1 / qmail.doc next >
Text File  |  1990-09-17  |  6KB  |  126 lines

  1.                              <<<< QMAIL >>>>
  2.                             Quick Mail Utility
  3.                                Version 1.40
  4.                             CopyRight(C) 1990
  5.  
  6. Introduction:
  7.   Have you ever had a need to quickly send someone a file or message or
  8.   have a batch file send you a message to verify it is working?  You
  9.   could probably do it with whatever mail system you happen to use
  10.   but most likely, it would not be very convenient.  QMAIL is a command
  11.   line mail utility designed to do exactly this.
  12.  
  13.   QMAIL works with MHS and SMFSEAL to create a very quick SMF compatible
  14.   mail file.  It is very straight forward and can be used in many ways.
  15.   It was designed primarily to allow me to link some of my own quick
  16.   programs and batch files to the mail system and help automate some
  17.   networking tasks (such as a pop-up request formsystem).
  18.  
  19. Using QMAIL:
  20.   Qmail has been tested with MHS version 1.2.  Earlier versions may or
  21.   may not be compatible.
  22.  
  23.   I recomend putting QMAIL.EXE in your MHS\EXE directory where everyone
  24.   should already have a path set to.
  25.  
  26.   QMAIL creates a temporary text file for SMFSEAL so be sure you have the
  27.   appropriate file access to create and delete this file.
  28.  
  29.   The utility has a variety of parameters to make it as flexable as possible.
  30.   The only requirement to use QMAIL is a SUBJECT, MESSAGE, or ATTACHMENT
  31.   (otherwise QMAIL would have nothing to send).  If you do not specify a
  32.   TO parameter QMAIL will prompt you.  QMAIL is compatible with NetWare 3.0
  33.   and below, and it will be able to determine your username and use it as
  34.   the FROM in the mail.  If it cannot determine this name, it should
  35.   prompt for this as well (this would be true for non-NetWare users).
  36.  
  37.   SMFSEAL is a utility provided by Action Technology and it is required to
  38.   use QMAIL.  QMAIL will look for this program in the path, and, if it does
  39.   not find it, return an error message.
  40.  
  41. Parameters:
  42.   To use QMAIL, enter QMAIL [options] from the command line.
  43.  
  44.   -Tname
  45.      specifies the recipient of the mail.  You may specify a hub using either
  46.      the DaVinci routing syntax (HUB:USER) or MHS' syntax (USER @ HUB).  If
  47.      using MHS routing syntax, quotations are required.
  48.   -Apath
  49.      specifies the attached file.
  50.   -M"text"
  51.      is the short message you wish to send.
  52.   -Fpath
  53.      specifies a text file to use for the message instead of -M.
  54.   -S"text"
  55.      is the subject of the message.
  56.   -Dpath
  57.      specifies the path for the DaVinci compatible public routing and
  58.      group list.  QMAIL will search the DaVinci lists for the appropriate
  59.      routings and hub names.  When working with groups, it will send the
  60.      mail to the first user in the group and CC it to all others.  If a user
  61.      in a group has duplicate routings in the public list, QMAIL will use the
  62.      prefered hub as the route (see -H) or error if -H is not specified.
  63.   -Hhubname
  64.      specifies the preferred hub to send to if a duplicate username is found
  65.      in the DaVinci routing or group lists.
  66.   -R
  67.      Return receipt request.  This will signal the receiving application to
  68.      send the sender a message to verify the mail has been read.
  69.   -Q
  70.      QMail will, by default, issue a variety of status messages as it
  71.      processes mail.  This switch will turn off all of these messages.
  72.   -!
  73.      When testing mail, this switch will inhibit the call to SMFSEAL and allow
  74.      you to examine the QMAIL file created when QMail is run.
  75.   -$
  76.      As per popular request, this switch will allow you to add a "FROM" name
  77.      to the message.  -$NETWORK will send mail from the NETWORK user.
  78.  
  79.   These parameters may be specified in any order and in any case.  Quotations
  80.   are shown around the parameters that require them.
  81.  
  82. Examples
  83.   QMAIL -TJoe -S"Hey Joe" -M"Did you get my mail"
  84.     This would send mail to a user JOE with the subject and message as shown.
  85.  
  86.   QMAIL -TJoe -AF:\USER\MYFILE.TXT
  87.     This would send Joe MYFILE.TXT as an attachment.
  88.  
  89.   QMAIL -TJOESHUB:JOE -AF:\USER\MYFILE.TXT
  90.     This is the same as above only specifying a hub to send to as well
  91.  
  92.   QMAIL -T"JOE @ JOESHUB" -AF:\USER\MYFILE.TXT
  93.     Same as above.
  94.  
  95.   QMAIL -TJoe -DF:\EMAIL\MAILUSER\ -AF:\USER\MYFILE.TXT
  96.     This is the same as above except it will pull the hubname from the
  97.     routing lists.
  98.  
  99.   QMAIL -TJoe -FMESS.TXT
  100.     This will send joe the message in MESS.TXT
  101.  
  102.  
  103. Registration:
  104.   There is no registration or fee for using QMAIL!!  I bet it's been a long
  105.   time since you've seen an absolutely free program.  Well here it is.
  106.   Qmail was developed as an aid to network administration.  Future versions
  107.   may entail a fee of some sort, but for now, I hope to just make the life
  108.   of a Supervisor a bit easier.
  109.  
  110.   If you wish to comment about QMAIL or suggest new features, please
  111.   feel free to call me or send me mail at:
  112.  
  113.                    MHS                        COMPUSERVE
  114.              HUB:TECHINC                     ID:71170,424
  115.            PHONE:614-848-7864
  116.         USERNAME:SUPER
  117.  
  118.   New utilities for MHS are in the works.  If you would like to be notified
  119.   of these as they become available, send me a comment on our HUB and I'll
  120.   leave you mail when they are completed.
  121.  
  122. Credits:
  123.   "MHS" and "SMFSEAL" are copyrighted programs from Action Technology
  124.   "DaVinci" is copyrighted by DaVinci Systems Corporation
  125.   "Netware" is copyrighted by Novell Inc.
  126.